Use the following procedure to display the currently running VXLAN configuration.
enable
show running-config module vxlan
This example shows the VXLAN information only; it does not show the hardware-specific information that the system also displays in the output for this command. The example shows the VXLAN Gateway in Base Interworking Mode. It also shows an external loopback (see c-vid commands), which enables communication between the VNID and an I-SID in an SPB network.
Switch:1# show running-config module vxlan # # VTEP CONFIGURATION # vtep source-ip 1.1.1.1 vrf underlay-vxlan # # REMOTE VTEP CONFIGURATIONS # vtep 2 ip 1.1.1.1 name "vtep-2" vtep 67 ip 1.1.1.67 name "vtep-67" # # VNID CONFIGURATION # vnid 12002105 i-sid 102105 c-vid 105 port 1/11 c-vid 2105 port 1/10 vtep 67 exit